UGameplayEffect::PostInitProperties

Called after the C++ constructor and after the properties have been initialized, including those loaded from config.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::PostInitProperties()

UGameplayEffect::PostInitProperties()

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayEffect.h

Include

#include "GameplayEffect.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayEffect.cpp

Syntax

virtual void PostInitProperties()

Remarks

Called after the C++ constructor and after the properties have been initialized, including those loaded from config. This is called before any serialization or other setup has happened.