Macros
Omni_InsightsTrace_Str("My insights trace")Omni_InsightsTrace()Omni_OnModuleStarted("AIF_Mass")
{
UE_LOG(LogTemp, Warning, TEXT("AIF_Mass module has started"));
}Omni_SetClassIcon(
AgentIntelligenceFramework, /*Plugin name*/
AgentGameplayEffectConfig, /*Class name (No U prefix)*/
EffectIconSlate) /*Name of SVG inside of plugins resource folder*/Last updated
