Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfacePlatformSet.h |
Include |
#include "NiagaraDataInterfacePlatformSet.h" |
UCLASS(EditInlineNew, Category="Scalability", Meta=(DisplayName="Platform Set"))
class UNiagaraDataInterfacePlatformSet : public UNiagaraDataInterface
Data Interface allowing querying of the current platform set.
Name | Description | ||
---|---|---|---|
|
Platforms |
Name | Description | |
---|---|---|
|
UNiagaraDataInterfacePlatformSet ( |
Name | Description | ||
---|---|---|---|
|
IsActive ( |
Name | Description | ||
---|---|---|---|
|
CanExecuteOnTarget ( |
||
|
CopyToInternal ( |
||
|
Equals ( |
Determines if this DataInterface is the same as another. |
|
|
GetFunctions ( |
Gets all the available functions for this data interface. |
|
|
GetVMExternalFunction ( |
Returns the delegate for the passed function signature. |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |