Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UBlueprintFunctionLibrary
- UObject::GetFunctionCallspace()
- UBlueprintFunctionLibrary::GetFunctionCallspace()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintFunctionLibrary.h |
| Include | #include "Kismet/BlueprintFunctionLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/BlueprintFunctionLibrary.cpp |
virtual int32 GetFunctionCallspace
(
UFunction * Function,
FFrame * Stack
)
Remarks
Return the space this function should be called. Checks to see if this function should be called locally, remotely, or simply absorbed under the given conditions