Navigation
API > API/Plugins > API/Plugins/WorldConditions > API/Plugins/WorldConditions/UWorldConditionSchema > API/Plugins/WorldConditions/UWorldConditionSchema/ResolveContextDataRef
References
| Module | WorldConditions |
| Header | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionSchema.h |
| Include | #include "WorldConditionSchema.h" |
template<typename T>
TEnableIf< TIsDerivedFrom< T, UObject >::IsDerived, bool >::Type ResolveContextDataRef
&40;
FWorldConditionContextDataRef & Ref
&41; const
Remarks
Resolves the index of the context data reference to an Object context data, based on the name in the reference and the type from the template. True if the reference was resolved.
Parameters
| Name | Description |
|---|---|
| Ref | Reference to resolve. |